home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Red Shark
/
Resources
/
Mission4Strings.script
< prev
next >
Wrap
Text File
|
2002-07-02
|
968b
|
35 lines
//-------------------------------------------------------------------
//
// This code is copyright 2001 by G5 Software.
// Any unauthorized usage, either in part or in whole of this code
// is strictly prohibited. Violators WILL be prosecuted to the
// maximum extent allowed by law.
//
//-------------------------------------------------------------------
//
// Mission strings
//
class CDestroyGuardedTarget_Strings
{
final static array m_MissionObjectives = array(
"ZniΦit nep°ßtelskΘ velitelstvφ",
"ZniΦit vozidla nep°ßtelskΘho velitelstvφ"
);
final static array m_BonusMissionObjectives = array(
"ZniΦit obranu velitelstvφ"
);
final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
final static string str_MessageTitle = "PoΦet zb²vajφcφch budov ke zniΦenφ: ";
final static array m_NavigationPoints = array(
"Nep°ßtelskß zßkladna"
);
}